/************************************************************************************/
/************************************ CAREERS  PAGE *********************************/
/************************************************************************************/
.contact_us-cover {
  background: no-repeat url("../images/contactus_header.jpg");
  background-size:cover;
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 201px;
  margin-bottom: 40px;
}

.parent h3 {
    min-height: 52px;
}
.parent h4{
  line-height: 1.6;
}
#section3 h2{
  color: #F79F00;
}
address {
    color: #445878;
    font-weight: 600;
    line-height: 1.5;
    background: url(../images/location-pin.svg) no-repeat;
    background-position: left top;
    padding-left: 36px;
}
.telephone, .mail , .fax{
    color: #445878;
    font-weight: 600;
    display: inline-block;
    padding-left: 36px;
    background-position: left top;
    margin-bottom: 20px;
}
.telephone {
    background: url(../images/phone.svg) no-repeat;
}
.mail {
    background: url(../images/mail.svg) no-repeat;
    margin-bottom: 62px;
}
.address,.telephone,.mail,.fax {
 /*   font-size: 32px;
    font-size: 2rem;*/
    font-size: 1.250em;
    color: #445878;
}
.fax{
    background: url(../images/fax.svg) no-repeat;
    background-size:28px;
  }
.head-office{
  /*font-size: 40px;*/
  /*font-size: 1.5em;*/
  /*color: #000 ;*/
  font-family: 'Roboto', sans-serif;
    font-size: 2em;
    color: #005B89;
}
.contact_form-area {
    background-color: #F5F5F5;
    padding: 0px 30px 10px;
    margin: 12px auto 40px;
    border: 1px solid transparent;
    /*min-width: 354px;*/
  }
  #ca{
    font-size: 2.7rem;
    color: #000;
  }
  .telephone-1{
    margin: 0 5px;

  }
  .mail-1{
    margin-bottom: 10px;
  }
   textarea.form-control {
    height: auto;
}
/* *********************media query max-width:320**************************** */

@media screen and (min-width: 425px){

  
}
@media screen and (min-width:768px){
  
  .contact_us-cover p{
    text-align: justify;
    margin-top: 20px; 
    font-size: 20px;
  } 
  .parent h1,h2,h4,h3,p{
    text-align: justify;
  } 
  .contact_us-cover h1{
    font-family: 'Raleway', sans-serif;
    text-align: justify;
    color: #fff;
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px){

  .header-title h2{
    text-align: center;
  }
  .header-title h1{
    text-align: center;
  }
  .contact_us-cover h1{
    color: #73B61C;
    font-size: 3.25rem;
    margin-top: 150px;
  }
  .head-office{
    text-align: justify;
  }
  #map1, #map2{
    width: 200px;
    height: 150px;
  }
header h1, h2, a {
    text-align: justify;
}
}
@media screen and (max-width: 425px){
  .contact_us-cover h1{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-top: 150px;  
}
}
@media screen and (max-width: 768px)
